home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 198_01 / efunc.h < prev    next >
C/C++ Source or Header  |  1990-01-21  |  20KB  |  590 lines

  1. /*    EFUNC.H:    MicroEMACS function declarations and names
  2.  
  3.         This file list all the C code functions used by MicroEMACS
  4.     and the names to use to bind keys to them. To add functions,
  5.     declare it here in both the extern function list and the name
  6.     binding table.
  7.  
  8. */
  9.  
  10. /*    External function declarations        */
  11.  
  12. extern  int     ctrlg();                /* Abort out of things          */
  13. extern  int     quit();                 /* Quit                         */
  14. extern  int     ctlxlp();               /* Begin macro                  */
  15. extern  int     ctlxrp();               /* End macro                    */
  16. extern  int     ctlxe();                /* Execute macro                */
  17. extern  int     fileread();             /* Get a file, read only        */
  18. extern  int     filefind();        /* Get a file, read write       */
  19. extern  int     filewrite();            /* Write a file                 */
  20. extern  int     filesave();             /* Save current file            */
  21. extern  int     filename();             /* Adjust file name             */
  22. #if    ABACKUP
  23. extern  int     filercover();        /* Get a saved file        */
  24. extern    int    fileback();        /* Autosaves the file        */
  25. #endif
  26. extern  int     getccol();              /* Get current column           */
  27. extern  int     gobol();        /* Move to start of line        */
  28. extern  int     forwchar();             /* Move forward by characters   */
  29. extern  int     goeol();        /* Move to end of line          */
  30. extern  int     backchar();             /* Move backward by characters  */
  31. extern  int     forwline();             /* Move forward by lines        */
  32. extern  int     backline();             /* Move backward by lines       */
  33. extern  int     forwpage();             /* Move forward by pages        */
  34. extern  int     backpage();             /* Move backward by pages       */
  35. extern  int     gobob();        /* Move to start of buffer      */
  36. extern  int     goeob();        /* Move to end of buffer        */
  37. extern  int     setfillcol();           /* Set fill column.             */
  38. extern  int     setmark();              /* Set mark                     */
  39. extern  int    remmark();              /* clear mark                   */
  40. extern  int     swapmark();             /* Swap "." and mark            */
  41. extern  int     forwsearch();           /* Search forward               */
  42. extern  int     backsearch();           /* Search backwards             */
  43. extern    int    sreplace();        /* search and replace        */
  44. extern    int    qreplace();        /* search and replace w/query    */
  45. extern  int     showcpos();             /* Show the cursor position     */
  46. extern  int     nextwind();             /* Move to the next window      */
  47. extern  int     prevwind();             /* Move to the previous window  */
  48. extern  int     onlywind();             /* Make current window only one */
  49. extern  int     splitwind();            /* Split current window         */
  50. extern  int     mvdnwind();             /* Move window down             */
  51. extern  int     mvupwind();             /* Move window up               */
  52. extern  int     enlargewind();          /* Enlarge display window.      */
  53. extern  int     shrinkwind();           /* Shrink window.               */
  54. extern  int     listbuffers();          /* Display list of buffers      */
  55. extern  int     usebuffer();            /* Switch a window to a buffer  */
  56. extern  int     killbuffer();           /* Make a buffer go away.       */
  57. extern  int     reposition();           /* Reposition window            */
  58. extern  int     refresh();              /* Refresh the screen           */
  59. extern  int     twiddle();              /* Twiddle characters           */
  60. extern  int     tab();                  /* Insert tab                   */
  61. extern  int     newline();              /* Insert CR-LF                 */
  62. extern  int     indent();               /* Insert CR-LF, then indent    */
  63. extern  int     openline();             /* Open up a blank line         */
  64. extern  int     deblank();              /* Delete blank lines           */
  65. extern  int     quote();                /* Insert literal               */
  66. extern  int     backword();             /* Backup by words              */
  67. extern  int     forwword();             /* Advance by words             */
  68. extern  int     forwdel();              /* Forward delete               */
  69. extern  int     backdel();              /* Backward delete              */
  70. extern  int     killtext();             /* Kill forward                 */
  71. extern  int     yank();                 /* Yank back from killbuffer.   */
  72. extern  int     upperword();            /* Upper case word.             */
  73. extern  int     lowerword();            /* Lower case word.             */
  74. extern  int     upperregion();          /* Upper case region.           */
  75. extern  int     lowerregion();          /* Lower case region.           */
  76. extern  int     capword();              /* Initial capitalize word.     */
  77. extern  int     delfword();             /* Delete forward word.         */
  78. extern  int     delbword();             /* Delete backward word.        */
  79. extern  int     killregion();           /* Kill region.                 */
  80. extern  int     copyregion();           /* Copy region to kill buffer.  */
  81. extern  int     spawncli();             /* Run CLI in a subjob.         */
  82. extern  int     spawn();                /* Run a command in a subjob.   */
  83. #if    BSD | VMS
  84. extern    int    bktoshell();        /* suspend emacs to parent shell*/
  85. #endif
  86. #if    BSD
  87. extern    int    rtfrmshell();        /* return from a suspended state*/
  88. #endif
  89. extern  int     quickexit();            /* low keystroke style exit.    */
  90. extern    int    setmode();        /* set an editor mode        */
  91. extern    int    delmode();        /* delete a mode        */
  92. extern    int    gotoline();        /* go to a numbered line    */
  93. extern    int    namebuffer();        /* rename the current buffer    */
  94. #if    WORDPRO
  95. extern    int    gobop();        /* go to beginning/paragraph    */
  96. extern    int    goeop();        /* go to end/paragraph        */
  97. extern    int    fillpara();        /* fill current paragraph    */
  98. #endif
  99. extern    int    help();            /* get the help file here    */
  100. extern    int    deskey();        /* describe a key's binding    */
  101. extern    int    viewfile();        /* find a file in view mode    */
  102. extern    int    insfile();        /* insert a file        */
  103. extern    int    scrupnxt();        /* scroll next window back    */
  104. extern    int    scrdwnxt();        /* scroll next window down    */
  105. extern    int    bindtokey();        /* bind a function to a key    */
  106. extern    int    unbindkey();        /* unbind a key's function    */
  107. extern    int    namedcmd();        /* execute named command    */
  108. extern    int    desbind();        /* describe bindings        */
  109. extern    int    execcmd();        /* execute a command line    */
  110. extern    int    execbuf();        /* exec commands from a buffer    */
  111. extern    int    execfile();        /* exec commands from a file    */
  112. extern    int    nextbuffer();        /* switch to the next buffer    */
  113. extern    int    prevbuffer();        /* switch to the prev bufffer    */
  114. #if    WORDPRO
  115. extern    int    killpara();        /* kill the current paragraph    */
  116. #endif
  117. extern    int    setgmode();        /* set a global mode        */
  118. extern    int    delgmode();        /* delete a global mode        */
  119. extern    int    insspace();        /* insert a space forword    */
  120. extern    int    forwhunt();        /* hunt forward for next match    */
  121. extern    int    backhunt();        /* hunt backwards for next match*/
  122. extern    int    pipecmd();        /* pipe command into buffer    */
  123. extern    int    filter();        /* filter buffer through dos    */
  124. extern    int    delwind();        /* delete the current window    */
  125. extern    int    cbuf1();        /* execute numbered comd buffer */
  126. extern    int    cbuf2();
  127. extern    int    cbuf3();
  128. extern    int    cbuf4();
  129. extern    int    cbuf5();
  130. extern    int    cbuf6();
  131. extern    int    cbuf7();
  132. extern    int    cbuf8();
  133. extern    int    cbuf9();
  134. extern    int    cbuf10();
  135. extern    int    cbuf11();
  136. extern    int    cbuf12();
  137. extern    int    cbuf13();
  138. extern    int    cbuf14();
  139. extern    int    cbuf15();
  140. extern    int    cbuf16();
  141. extern    int    cbuf17();
  142. extern    int    cbuf18();
  143. extern    int    cbuf19();
  144. extern    int    cbuf20();
  145. extern    int    cbuf21();
  146. extern    int    cbuf22();
  147. extern    int    cbuf23();
  148. extern    int    cbuf24();
  149. extern    int    cbuf25();
  150. extern    int    cbuf26();
  151. extern    int    cbuf27();
  152. extern    int    cbuf28();
  153. extern    int    cbuf29();
  154. extern    int    cbuf30();
  155. extern    int    cbuf31();
  156. extern    int    cbuf32();
  157. extern    int    cbuf33();
  158. extern    int    cbuf34();
  159. extern    int    cbuf35();
  160. extern    int    cb